[INFO] cloning repository https://github.com/Firstp1ck/Pacsea
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Firstp1ck/Pacsea" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFirstp1ck%2FPacsea", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFirstp1ck%2FPacsea'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ad3e692a8ecdd690494c480dbb7e459955283fe5
[INFO] checking Firstp1ck/Pacsea against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFirstp1ck%2FPacsea" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Firstp1ck/Pacsea
[INFO] finished tweaking git repo https://github.com/Firstp1ck/Pacsea
[INFO] tweaked toml for git repo https://github.com/Firstp1ck/Pacsea written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Firstp1ck/Pacsea on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Firstp1ck/Pacsea already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:87:1
[INFO] [stderr]    |
[INFO] [stderr] 87 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:83:12
[INFO] [stderr]    |
[INFO] [stderr] 83 | homepage = "https://github.com/Firstp1ck/Pacsea"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 88 | repository = "https://github.com/Firstp1ck/Pacsea"
[INFO] [stderr]    |              -------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `pacsea` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821
[INFO] running `Command { std: "docker" "start" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:87:1
[INFO] [stderr]    |
[INFO] [stderr] 87 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:83:12
[INFO] [stderr]    |
[INFO] [stderr] 83 | homepage = "https://github.com/Firstp1ck/Pacsea"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 88 | repository = "https://github.com/Firstp1ck/Pacsea"
[INFO] [stderr]    |              -------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `pacsea` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking siphasher v1.0.2
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking num-conv v0.2.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling selectors v0.33.0
[INFO] [stderr]    Compiling web_atoms v0.2.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling selectors v0.36.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking cssparser v0.36.0
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking tendril v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking filedescriptor v0.8.3
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]     Checking rtoolbox v0.0.5
[INFO] [stderr]     Checking serial2 v0.2.36
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking markup5ever v0.36.1
[INFO] [stderr]     Checking markup5ever v0.39.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking html5ever v0.36.1
[INFO] [stderr]     Checking html5ever v0.39.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking portable-pty v0.9.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking scraper v0.25.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking rpassword v7.5.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking which v8.0.2
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking lru v0.17.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking scraper v0.26.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking serde_norway v0.9.42
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking arch-toolkit v0.3.0
[INFO] [stderr]     Checking pacsea v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/app/runtime/event_loop.rs:1089:18: 1089:28}: std::marker::Send`
[INFO] [stdout]     --> src/app/runtime/event_loop.rs:1089:5
[INFO] [stdout]      |
[INFO] [stdout] 1089 | /     tokio::spawn(async move {
[INFO] [stdout] 1090 | |         tracing::info!("on-demand startup news fetch task started");
[INFO] [stdout] 1091 | |         let mut installed_set = installed;
[INFO] [stdout] 1092 | |         if installed_set.is_empty() {
[INFO] [stdout] ...    |
[INFO] [stdout] 1215 | |     });
[INFO] [stdout]      | |______^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `{coroutine witness@src/app/runtime/event_loop.rs:1089:18: 1089:28}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = std::result::Result<Vec<NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of fetch_news_feed<RandomState, RandomState, RandomState>()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@src/sources/feeds/mod.rs:475:1: 478:2}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = std::result::Result<Vec<NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of fetch_news_feed_with_context<RandomState, RandomState, RandomState>()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@src/sources/feeds/mod.rs:500:1: 586:2}: std::marker::Send`
[INFO] [stdout]      = note: which requires `std::future::PollFn<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/macros/join.rs:151:42: 151:51}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/macros/join.rs:151:42: 151:51}: std::marker::Send`
[INFO] [stdout]      = note: which requires `(tokio::macros::support::Rotator<2>, &mut (tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<NewsFeedItem>, Box<_>>, _)>>, _)): std::marker::Send`
[INFO] [stdout]      = note: which requires `&mut (tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<_, _>)>>, _): std::marker::Send`
[INFO] [stdout]      = note: which requires `(tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<Vec<_>, _>)>>, _): std::marker::Send`
[INFO] [stdout]      = note: which requires `tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<Vec<NewsFeedItem>, _>)>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = (std::result::Result<Vec<NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<Vec<NewsFeedItem>, Box<_>>)>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of fetch_fast_sources<RandomState, RandomState, RandomState>()}: std::marker::Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`pacsea`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/app/runtime/event_loop.rs:1089:18: 1089:28}: std::marker::Send`
[INFO] [stdout]     --> src/app/runtime/event_loop.rs:1089:5
[INFO] [stdout]      |
[INFO] [stdout] 1089 | /     tokio::spawn(async move {
[INFO] [stdout] 1090 | |         tracing::info!("on-demand startup news fetch task started");
[INFO] [stdout] 1091 | |         let mut installed_set = installed;
[INFO] [stdout] 1092 | |         if installed_set.is_empty() {
[INFO] [stdout] ...    |
[INFO] [stdout] 1215 | |     });
[INFO] [stdout]      | |______^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `{coroutine witness@src/app/runtime/event_loop.rs:1089:18: 1089:28}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = std::result::Result<Vec<state::types::NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of fetch_news_feed<RandomState, RandomState, RandomState>()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@src/sources/feeds/mod.rs:475:1: 478:2}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = std::result::Result<Vec<state::types::NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of fetch_news_feed_with_context<RandomState, RandomState, RandomState>()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@src/sources/feeds/mod.rs:500:1: 586:2}: std::marker::Send`
[INFO] [stdout]      = note: which requires `std::future::PollFn<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/macros/join.rs:151:42: 151:51}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/macros/join.rs:151:42: 151:51}: std::marker::Send`
[INFO] [stdout]      = note: which requires `(tokio::macros::support::Rotator<2>, &mut (tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<state::types::NewsFeedItem>, Box<_>>, _)>>, _)): std::marker::Send`
[INFO] [stdout]      = note: which requires `&mut (tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<state::types::NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<_, _>)>>, _): std::marker::Send`
[INFO] [stdout]      = note: which requires `(tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<state::types::NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<Vec<_>, _>)>>, _): std::marker::Send`
[INFO] [stdout]      = note: which requires `tokio::future::maybe_done::MaybeDone<impl futures::Future<Output = (std::result::Result<Vec<state::types::NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<Vec<state::types::NewsFeedItem>, _>)>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = (std::result::Result<Vec<state::types::NewsFeedItem>, Box<(dyn StdError + std::marker::Send + Sync + 'static)>>, std::result::Result<Vec<state::types::NewsFeedItem>, Box<_>>)>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of fetch_fast_sources<RandomState, RandomState, RandomState>()}: std::marker::Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`pacsea`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0, nix v0.31.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821", kill_on_drop: false }`
[INFO] [stdout] 53c02bdf06e7f51ebe20cf1881f9384973c3fb12c960dfa0341fb4c1ab0d8821
